home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Entertainment / Graphics / Monster hunt / Monster hunt / card_17619.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  1.9 KB  |  101 lines

  1. -- card: 17619 from stack: in
  2. -- bmap block id: 10370
  3. -- flags: 0000
  4. -- background id: 2814
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on Idle
  8.   global monster_on
  9.   if monster_on is false then go to card id 14390
  10.   else pass Idle
  11. end Idle
  12.  
  13.  
  14.  
  15. -- part 1 (button)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=41 top=298 right=342 bottom=284
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: New Button
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   visual effect dissolve
  30.   go to card id 13985
  31. end mouseUp
  32.  
  33.  
  34.  
  35.  
  36. -- part 2 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=228 top=184 right=276 bottom=286
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: New Button
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   visual effect dissolve
  51.   go to card id 15261
  52. end mouseUp
  53.  
  54.  
  55.  
  56.  
  57. -- part 3 (button)
  58. -- low flags: 00
  59. -- high flags: 0000
  60. -- rect: left=289 top=208 right=341 bottom=437
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: New Button
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   visual effect dissolve
  72.   go to card id 32404
  73.   wait 3 seconds
  74.   visual effect dissolve
  75.   go to card id 29716
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: 0000
  83. -- rect: left=289 top=208 right=341 bottom=437
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: New Button
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   visual effect dissolve
  95.   go to card id 32404
  96.   wait 3 seconds
  97.   visual effect dissolve
  98.   go to card id 29716
  99. end mouseUp
  100.  
  101.